Previous 365 Days.

## [1] 49776863
## [1] 433529

US Covid-19 Cases by Day,Week,Month, Quarter and Year

US Covid-19 Cases by Year and Quarter

## # A tibble: 2 x 3
##   Year    Cases Deaths
##   <fct>   <dbl>  <dbl>
## 1 2021   87671.  1003.
## 2 2022  301851.  1837.

US Cases by Month

US Cases by Week and Date

Begin Analysis of US Covid-19 Deaths

COVID-19 Deaths by Year

## Warning: Removed 1 rows containing missing values (position_stack).

US Covid-19 Deaths by Quarter

## Warning: Removed 1 rows containing missing values (position_stack).

US Covid-19 Deaths by Month

US Covid-19 Deaths by Week

US Covid-19 Deaths by Day

Cases and Deaths Per 100,000

## Warning: Removed 1 rows containing non-finite values (stat_smooth).